定义列中显示的文本
field_name | string | 列的标识符 |
event | object | 事件数据 |
Available only in PRO Edition
scheduler.templates.grid_field = function(field_name, event){
return event[field_name];
};
该模板仅在启用 grid_view 插件时生效。
请注意,此模板不适用于 id='date'、id='start_date' 或 id='end_date' 的列。这些列使用 {gridName}_full_date 和 {gridName}_single_date 模板。